const strings.maxInt

4 uses

	strings (current package)
		strings.go#L18: const maxInt = int(^uint(0) >> 1)
		strings.go#L493: 		if len(sep) >= maxInt/(len(elems)-1) {
		strings.go#L499: 		if len(elem) > maxInt-n {
		strings.go#L627: 	if hi > 0 || lo > uint(maxInt) {